home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 00 / 0 / DISK0001.ZIP / CASPAR.BAT < prev    next >
DOS Batch File  |  1986-06-11  |  2KB  |  56 lines

  1. :CASPAR.BAT  11Ju86
  2. echo off
  3. cls
  4. echo █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  5. echo █  Caspar Institute    file copying utility  █
  6. echo █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  7. echo                                                                                .
  8. ask Do you need to see the instructions?
  9. if errorlevel=2 goto PROCEED
  10. cls
  11. type a:caspar0.hlp
  12. pause
  13. cls
  14. type a:caspar1.hlp
  15. pause
  16. cls
  17. type a:caspar2.hlp
  18. pause
  19. cls
  20. type a:caspar3.hlp
  21. pause
  22. :PROCEED
  23. echo on
  24. copy a:*.bas c:
  25. if exist c:wombats.bas goto DONE
  26. echo off
  27. cls
  28. echo ╔════════════════════════════╗
  29. echo ║  AN ERROR HAS OCCURRED !!  ║
  30. echo ║     Please check the       ║
  31. echo ║   instructions and your    ║
  32. echo ║     hardware and then      ║
  33. echo ║    retry the procedure.    ║
  34. echo ╚════════════════════════════╝
  35. ask Do you want to see the instructions?
  36. if errorlevel=2 goto END
  37. cls
  38. type a:caspar.hlp
  39. goto END
  40. :DONE
  41. :END
  42. echo off
  43. cls
  44. echo ╔════════════════════════════════════════╦══════════════════════════╗
  45. echo ║                                        ║                          ║
  46. echo ║                ╔═══════════════════════╩══════════════════════════╝
  47. echo ║     DONE       ║
  48. echo ║                ║                       ╔══════════════════════════╗
  49. echo ║   Thank you    ║                       ║  the Caspar Institute    ║
  50. echo ║                ╚═══════════════════════╣    post office box 88    ║
  51. echo ║                                        ║   Caspar   CA   95420    ║
  52. echo ╚════════════════════════════════════════╩══════════════════════════╝
  53. echo                                                                                .
  54.  
  55.  
  56.